home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / VGABLANK.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  217b  |  14 lines

  1. /* +++Date last modified: 13-May-1996 */
  2.  
  3. /*
  4. **  SNIPPETS header file for VGABLANK.C
  5. */
  6.  
  7. #ifndef VGABLANK__H
  8. #define VGABLANK__H
  9.  
  10. void blank_EVGA(void);
  11. void restore_EVGA(void);
  12.  
  13. #endif /* VGABLANK__H */
  14.